Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tobias Neugebauer 52 posts 93 karma points
    Apr 30, 2010 @ 11:17
    Tobias Neugebauer
    0

    TinyMCE [tidy error]

    Hi there!

    I'm currently building a HttpModule which installs a Filter to the ResponseStream. The filter is able to parse special nodes like those:

    <xpath query="@nodeName" chached="false" nodeId="1118"></xpath>
    <xslt xsltDiasbleExcaping="true" XsltValueOf="false" cached="false" nodeId="1118">
        <a href="{umbraco.library:NiceUrl($currentPage/@id)}">
            <xsl:value-of select="$currentPage/@nodeName" />
         </a>
    </xslt>

    If i use them from my masterpages it works like a charm and the nodes are replaced by the right values.

    The problem is that if i use the RTE (TinyMCE) and save that into a property after postback the value is set to [tidy error] and not the value i entered previously.

    I've allready added this to tinyMceConfig.config:

    -xslt[xsltdiasbleexcaping|xsltvalueof|cached|nodeId],xpath[query|nodeid|cached]

    but with no luck...

    Has anybody an idea why this happens or what i have to configure to get this working?

    Toby

Please Sign in or register to post replies

Write your reply to:

Draft